Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Class InteractionDataApplicationCommandOption

extends BaseStructureclass BaseStructuredetritus-client/structures/BaseStructure

Defined in interaction

Interaction Data Application Command Option Structure

Constructor

constructor(
interactionData: InteractionDataApplicationCommandclass InteractionDataApplicationCommanddetritus-client/structures/InteractionDataApplicationCommand,
data?: BaseStructureDatainterface BaseStructureDatadetritus-client/structures/BaseStructureData,
isClone?: boolean
)

Properties

_keys = BaseSetclass BaseSetdetritus-utils/BaseSet<string>[src]
interactionData: InteractionDataApplicationCommandclass InteractionDataApplicationCommanddetritus-client/structures/InteractionDataApplicationCommand[src]
options?: BaseCollectionclass BaseCollectiondetritus-utils/BaseCollection<string, InteractionDataApplicationCommandOptionclass InteractionDataApplicationCommandOptiondetritus-client/structures/InteractionDataApplicationCommandOption>[src]
type: ApplicationCommandOptionTypesenum ApplicationCommandOptionTypesdetritus-client/ApplicationCommandOptionTypes = ApplicationCommandOptionTypes.SUB_COMMANDenum ApplicationCommandOptionTypesdetritus-client/ApplicationCommandOptionTypes[src]

Methods

mergeValue(key: string, value: any): void[src]